Bump aws-actions/configure-aws-credentials from 6.2.1 to 6.2.2#522
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump aws-actions/configure-aws-credentials from 6.2.1 to 6.2.2#522dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v6.2.1...6.2.2) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d63f6d6. Configure here.
| - name: Configure AWS credentials | ||
| if: steps.check_secrets.outputs.HAS_AWS_SECRET | ||
| uses: aws-actions/configure-aws-credentials@v6.2.1 | ||
| uses: aws-actions/configure-aws-credentials@6.2.2 |
There was a problem hiding this comment.
Missing v prefix in action tag
High Severity
Dependabot changed aws-actions/configure-aws-credentials@v6.2.1 to @6.2.2, dropping the required v prefix. The published release tag is v6.2.2, so GitHub Actions cannot resolve @6.2.2 and the Configure AWS credentials step fails in all three workflows.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit d63f6d6. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps aws-actions/configure-aws-credentials from 6.2.1 to 6.2.2.
Release notes
Sourced from aws-actions/configure-aws-credentials's releases.
Changelog
Sourced from aws-actions/configure-aws-credentials's changelog.
Commits
0ab47cbchore: release 6.2.28efa52bchore(deps-dev): bump vitest dependencies (#1874)8e1eed5chore(deps-dev): bump@smithy/property-providerfrom 4.4.4 to 4.4.6 (#1869)112421achore(deps-dev): bump@biomejs/biomefrom 2.5.1 to 2.5.2 (#1868)fbc01c6chore(deps-dev): bump@types/nodefrom 26.0.1 to 26.1.0 (#1871)b12ca87chore(deps-dev): bump memfs from 4.57.8 to 4.58.0 (#1873)d314f7fchore: Update dista53b65bchore(deps): bump@aws-sdk/client-stsfrom 3.1076.0 to 3.1080.0 (#1867)338d2c1chore(deps-dev): bump sigstore from 4.1.0 to 4.1.1 (#1864)b940868chore(deps-dev): bump@sigstore/verifyfrom 3.1.0 to 3.1.1 (#1863)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Patch-only dependency bump with no workflow inputs or IAM configuration changes; upstream 6.2.2 is primarily chore/deps updates.
Overview
Updates the Configure AWS credentials step in three wheel publish workflows (
build-arm64-wheels.yml,build-m1-wheel.yml,build-test.yml) fromaws-actions/configure-aws-credentials@v6.2.1to@6.2.2.Role assumption (
installer-upload) andus-west-2are unchanged; only the action pin moves for Dependabot maintenance before Publish Dev S3 uploads.Reviewed by Cursor Bugbot for commit d63f6d6. Bugbot is set up for automated code reviews on this repo. Configure here.